synchronisation [synchronization, -USA] - перевод на Английский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

synchronisation [synchronization, -USA] - перевод на Английский

CONCEPT IN COMPUTER SCIENCE, REFERRING TO PROCESSES, OR DATA
Synchronization point; Synchronization primitive; Thread synchronization; Process synchronization; Synchronisation (computer science); Interlocked operations; Synchronisation primitive; Synchronization software; Synchronization algorithms; Synchronisation plane
  • '''Figure 3: '''Changes from both server and client(s) are synchronized.
  • '''Figure 1''': Three processes accessing a shared resource ([[critical section]]) simultaneously.
  • '''Figure 2''': A process accessing a shared resource if available, based on some synchronization technique.

synchronisation [synchronization, -USA]      
= sincronización
Ex: This article focuses on ways of getting round incompatibilities between different manufacturers" communication architectures and protocols, and the problem posed by synchronisation.
Synchronous         
  • Troops use synchronization to learn teamwork
  • A mechanical demonstration of synchronization of oscillators: [[metronome]]s, initially out of phase, synchronize through small motions of the base on which they are placed
COORDINATION OF EVENTS TO OPERATE A SYSTEM IN UNISON
Synchronous; Synchronizing; Synchronisation; Synchronise; Synchronize; Nonsynchronous; Synchronising; Unsynchronized; Synching; Video synching; Time synchronization; Sync cable; Film synchronization; Synchronizability; Timing synchronization
Síncrono
synchronous         
  • Troops use synchronization to learn teamwork
  • A mechanical demonstration of synchronization of oscillators: [[metronome]]s, initially out of phase, synchronize through small motions of the base on which they are placed
COORDINATION OF EVENTS TO OPERATE A SYSTEM IN UNISON
Synchronous; Synchronizing; Synchronisation; Synchronise; Synchronize; Nonsynchronous; Synchronising; Unsynchronized; Synching; Video synching; Time synchronization; Sync cable; Film synchronization; Synchronizability; Timing synchronization
(adj.) = síncrono, sincrónico
Ex: The new technologies for information storage and retrieval which have burst upon the scene in only the past few years are mind boggling: electronic mail, synchronous and asynchronous communications networks, computer imaging, desktop publishing, facsimile transmission, just to name a few.

Определение

synchronous
['s??kr?n?s]
¦ adjective
1. existing or occurring at the same time.
2. of or denoting a satellite which revolves in its orbit in exactly the same time as the primary body rotates on its axis.
Derivatives
synchronously adverb
Origin
C17: from late L. synchronus (from Gk sunkhronos, from sun- 'together' + khronos 'time') + -ous.

Википедия

Synchronization (computer science)

In computer science, synchronization refers to one of two distinct but related concepts: synchronization of processes, and synchronization of data. Process synchronization refers to the idea that multiple processes are to join up or handshake at a certain point, in order to reach an agreement or commit to a certain sequence of action. Data synchronization refers to the idea of keeping multiple copies of a dataset in coherence with one another, or to maintain data integrity. Process synchronization primitives are commonly used to implement data synchronization.